Update actions/checkout action to v6#21
Conversation
Entelligence AI Vulnerability ScannerStatus: No security vulnerabilities found Your code passed our comprehensive security analysis. |
WalkthroughThis PR updates the GitHub Actions checkout action from version 4.1.7 to 6.0.0 across all workflow files in the repository. The upgrade is a major version bump that maintains the security practice of pinning to specific commit SHAs, changing from commit 692973e3d937129bcbf40652eb9f2f61becf3332 to 1af3b93b6815bc44a9784bd300feb67ff0d1eeb3. This dependency update likely includes bug fixes, performance improvements, security patches, and new features from the actions/checkout repository. The change affects three workflow files: build, CI, and CodeQL analysis workflows. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant Runner as GitHub Actions Runner
participant Checkout as actions/checkout
participant Repo as Repository
participant Bun as oven-sh/setup-bun
Note over Runner,Bun: Workflow Execution
Runner->>Checkout: Execute checkout step
Note right of Checkout: Version upgraded:<br/>v4.1.7 → v6.0.0
Checkout->>Repo: Clone repository
Repo-->>Checkout: Repository contents
Checkout-->>Runner: Checkout complete
Runner->>Bun: Execute setup-bun step (v1)
Bun->>Bun: Install and configure Bun runtime
Bun-->>Runner: Setup complete
Note over Runner: Ready for subsequent workflow steps
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
320c1a7 to
89a6b11
Compare
89a6b11 to
79e8aa7
Compare
This PR contains the following updates:
v4.1.7→v6.0.2Release Notes
actions/checkout (actions/checkout)
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
v5.0.1Compare Source
What's Changed
Full Changelog: actions/checkout@v5...v5.0.1
v5.0.0Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v5Compare Source
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in #1941isGhesby @jww3 in #1946v4.2.1Compare Source
v4.2.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.